home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GAUGES / PSIPBAR / PSIPBAR.TXT next >
Text File  |  1996-04-17  |  3KB  |  42 lines

  1. {================================================================}
  2. { TpsiProgressBar - Version 1.0                                  }
  3. {================================================================}
  4. {                                                                }
  5. { DELPHI 2.0 COMPONENT                                           }
  6. { FREEWARE                                                       }
  7. {                                                                }
  8. { TpsiProgressBar is a "Win95" style progress meter with a text  }
  9. { display of the meter's progress.                               }
  10. {                                                                }
  11. { Installs to a "psi" tab in your component library              }
  12. {                                                                }
  13. { 1) Control height is determined by the font you select for     }
  14. {    the caption (text).                                         }
  15. {                                 }
  16. { 2) Color properties include:                                   }
  17. {    Background                                                  }
  18. {    Progress Bar                                                }
  19. {    Caption (Text) via font setting                             }
  20. {    3d Highlight                                                }
  21. {    3d Shadow                                                   }
  22. {                                 }
  23. { 3) Maintaining the "progress" can be handled a couple ways:    }
  24. {    Fill "NumTodo", then update "NumDone" when appropriate      }
  25. {         (fills "Progress" for you)                             }
  26. {    Fill "Progress" with the percent to display (integer)       }
  27. {                                                                }
  28. {----------------------------------------------------------------}
  29. {                                                                }
  30. { If it's helpful in some way, GREAT.                            }
  31. { As you'd expect, USE TpsiProgressBar AT YOUR OWN RISK.         }
  32. { If you use it, please send any comments.                       }
  33. { If you improve it, please let me know.                         }
  34. {                                                                }
  35. { Enjoy it,                                                      }
  36. { Jim Albert                                                     }
  37. {   PIN Systems, Inc.                                            }
  38. {     Compuserve -- 102426,2527                                  }
  39. {     Internet   -- PINSystems@mailhost.net                      }
  40. {                                                                }
  41. {================================================================}
  42.